ACL Section of the XML File

When a project is exported to wInsight, the access control information is included in the <ACL> section of the XML file.

The access control information is exported only if you are exporting to wInsight 8.1 or later and have selected the Export Access Control to wInsight 8.1 or later option on the Integration tab of the Application Preferences dialog box.

The access control information is placed in the <ACL> section using the following format:

<ACL>
<WST_ACL id="acl1" cc_id="cc1">
<GRP_ID>WORLD</GRP_ID>
<READONLY>0</READONLY>
</WST_ACL>
</ACL>
<ACL>
<WST_ACL id="acl1" cc_id="cc1">
<USR_ID>GUEST</USR_ID>
<ROL_ID>DEFAULT</ROL_ID>
<READONLY>0</READONLY>
</WST_ACL>
</ACL>